a59062
@@ -276,8 +276,8 @@
public class FieldCommands implements CommandMarker {
 			@CliOption(key="mappedBy", mandatory=false, help="The field name on the referenced type which owns the relationship") JavaSymbolName mappedBy,
 			@CliOption(key="notNull", mandatory=false, specifiedDefaultValue="true", help="Whether this value cannot be null") Boolean notNull,
 			@CliOption(key="nullRequired", mandatory=false, specifiedDefaultValue="true", help="Whether this value must be null") Boolean nullRequired,
-			@CliOption(key="sizeMin", mandatory=false, help="The minimum string length") Integer sizeMin,
-			@CliOption(key="sizeMax", mandatory=false, help="The maximum string length") Integer sizeMax,
+			@CliOption(key="sizeMin", mandatory=false, help="The minimum number of elements in the collection") Integer sizeMin,
+			@CliOption(key="sizeMax", mandatory=false, help="The maximum number of elements in the collection") Integer sizeMax,
 			@CliOption(key="cardinality", mandatory=false, unspecifiedDefaultValue="MANY_TO_MANY", specifiedDefaultValue="MANY_TO_MANY", help="The relationship cardinarily at a JPA level") Cardinality cardinality,
 			@CliOption(key="fetch", mandatory=false, help="The fetch semantics at a JPA level") Fetch fetch,
 			@CliOption(key="comment", mandatory=false, help="An optional comment for JavaDocs") String comment,
